home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / Context.pod < prev    next >
Text File  |  2009-05-09  |  3KB  |  218 lines

  1. =head1 NAME
  2.  
  3. Pango::Context - Pango object that stores global information used to control the itemization process
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::Context
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::Context - Pango object that stores global information used to control the itemization process
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 direction = $context-E<gt>B<get_base_dir> 
  26.  
  27. =head2 $context-E<gt>B<set_base_dir> ($direction)
  28.  
  29. =over
  30.  
  31. =item * $direction (Pango::Direction) 
  32.  
  33. =back
  34.  
  35. =head2 gravity = $context-E<gt>B<get_base_gravity> 
  36.  
  37. Since: pango 1.16
  38.  
  39. =head2 $context-E<gt>B<set_base_gravity> ($gravity)
  40.  
  41. =over
  42.  
  43. =item * $gravity (Pango::Gravity) 
  44.  
  45. =back
  46.  
  47. Since: pango 1.16
  48.  
  49. =head2 fontdescription = $context-E<gt>B<get_font_description> 
  50.  
  51. =head2 $context-E<gt>B<set_font_description> ($desc)
  52.  
  53. =over
  54.  
  55. =item * $desc (Pango::FontDescription) 
  56.  
  57. =back
  58.  
  59. =head2 fontmap = $context-E<gt>B<get_font_map> 
  60.  
  61. Since: pango 1.6
  62.  
  63. =head2 gravity = $context-E<gt>B<get_gravity> 
  64.  
  65. Since: pango 1.16
  66.  
  67. =head2 gravityhint = $context-E<gt>B<get_gravity_hint> 
  68.  
  69. Since: pango 1.16
  70.  
  71. =head2 $context-E<gt>B<set_gravity_hint> ($hint)
  72.  
  73. =over
  74.  
  75. =item * $hint (Pango::GravityHint) 
  76.  
  77. =back
  78.  
  79. Since: pango 1.16
  80.  
  81. =head2 language = $context-E<gt>B<get_language> 
  82.  
  83. =head2 $context-E<gt>B<set_language> ($language)
  84.  
  85. =over
  86.  
  87. =item * $language (Pango::Language) 
  88.  
  89. =back
  90.  
  91. =head2 @families = $context->B<list_families>
  92.  
  93.  
  94.  
  95. =head2 font = $context-E<gt>B<load_font> ($desc)
  96.  
  97. =over
  98.  
  99. =item * $desc (Pango::FontDescription or undef) 
  100.  
  101. =back
  102.  
  103. =head2 fontset = $context-E<gt>B<load_fontset> ($desc, $language)
  104.  
  105. =over
  106.  
  107. =item * $desc (Pango::FontDescription) 
  108.  
  109. =item * $language (Pango::Language or undef) 
  110.  
  111. =back
  112.  
  113. =head2 matrix or undef = $context-E<gt>B<get_matrix> 
  114.  
  115. Since: pango 1.6
  116.  
  117. =head2 $context-E<gt>B<set_matrix> ($matrix)
  118.  
  119. =over
  120.  
  121. =item * $matrix (Pango::Matrix or undef) 
  122.  
  123. =back
  124.  
  125. Since: pango 1.6
  126.  
  127. =head2 fontmetrics = $context-E<gt>B<get_metrics> ($desc, $language)
  128.  
  129. =over
  130.  
  131. =item * $desc (Pango::FontDescription) 
  132.  
  133. =item * $language (Pango::Language or undef) 
  134.  
  135. =back
  136.  
  137.  
  138.  
  139. =cut
  140.  
  141.  
  142. =head1 ENUMS AND FLAGS
  143.  
  144. =head2 enum Pango::Direction
  145.  
  146. =over
  147.  
  148. =item * 'ltr' / 'PANGO_DIRECTION_LTR'
  149.  
  150. =item * 'rtl' / 'PANGO_DIRECTION_RTL'
  151.  
  152. =item * 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR'
  153.  
  154. =item * 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL'
  155.  
  156. =item * 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR'
  157.  
  158. =item * 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL'
  159.  
  160. =item * 'neutral' / 'PANGO_DIRECTION_NEUTRAL'
  161.  
  162. =back
  163.  
  164.  
  165. =head2 enum Pango::Gravity
  166.  
  167. =over
  168.  
  169. =item * 'south' / 'PANGO_GRAVITY_SOUTH'
  170.  
  171. =item * 'east' / 'PANGO_GRAVITY_EAST'
  172.  
  173. =item * 'north' / 'PANGO_GRAVITY_NORTH'
  174.  
  175. =item * 'west' / 'PANGO_GRAVITY_WEST'
  176.  
  177. =item * 'auto' / 'PANGO_GRAVITY_AUTO'
  178.  
  179. =back
  180.  
  181.  
  182. =head2 enum Pango::GravityHint
  183.  
  184. =over
  185.  
  186. =item * 'natural' / 'PANGO_GRAVITY_HINT_NATURAL'
  187.  
  188. =item * 'strong' / 'PANGO_GRAVITY_HINT_STRONG'
  189.  
  190. =item * 'line' / 'PANGO_GRAVITY_HINT_LINE'
  191.  
  192. =back
  193.  
  194.  
  195.  
  196.  
  197. =cut
  198.  
  199.  
  200. =head1 SEE ALSO
  201.  
  202. L<Pango>, L<Glib::Object>
  203.  
  204.  
  205. =cut
  206.  
  207.  
  208. =head1 COPYRIGHT
  209.  
  210. Copyright (C) 2003-2008 by the gtk2-perl team.
  211.  
  212. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  213.  
  214.  
  215.  
  216. =cut
  217.  
  218.